home *** CD-ROM | disk | FTP | other *** search
- ActiveXIt SysTrayIt 1.0 - FREEWARE (february 1999.)
-
- SysTrayIt is a simple control which provides basic manipulation with
- System Tray (task tray).
-
- SysTrayIt is FreeWare, so ActiveXIt takes no responsibility for its improper
- use. Use it at your own risk. We do not take the responsibility for possible
- problems generated by the control. However, we will fix any bugs you may find
- in it.
-
- Installing the control:
- After unzipping SysTrayIt.zip start Register.bat.
-
- Requirements:
- Windows 95/98/NT and VB 5.0 ot higher. To try out Demo, VB 6.0.
-
- Archive:
- Control comes in SysTrayIt.zip archive which contains following files.
-
- Readme.txt - this file
- SysTray.ocx - the control itself (and SysTrayIt.lib)
- RegSvr32.exe - program for registering OLE servers
- Register.bat - batch file for registering SysTrayIt in registry
- Demo - VB project, form and form binary file (icon)
-
- Purpose:
- SysTrayIt shows Icon in the task tray, as well as tooltip text when mouse is over it.
-
-
- It has following properties:
-
- TipText - returns/sets the tip text to be displayed in systray
- Icon - returns/sets the icon to be displayed in systray
- Visible - shows/hides icon from systray
-
-
- and events:
-
- MouseDown - Mouse down on icon in systray
- MouseUp - Mouse lifted
- MouseClick - Clicked on icon in systray
- DblClick - Doble-clicked on icon
-
- Usage:
- Paste this code on a form with command button (Command1) added.
-
- Sub Command1_Click()
- Set SysTrayIt.Icon = Me.Icon
- SystTrayIt.TipText = "Here I am!"
- SysTrayIT.Visible = True
- End sub
-
- This shows forms icon in systray. See demo project Demo for details.
-
-
- Note of the Author:
- ActiveXIt SysTrayIt is FreeWare, so do not sell It.
- If you have anything to say (like critics, suggestions etc.) write e-mail to:
-
- Miodrag Rakic
- miodrag.rakic@kcs.ac.yu
-
- Or regular mail to:
-
- Miodrag Rakic,
- Porucnika Spasica i Masere 118/57
- 11000 Beograd, YUGOSLAVIA
-
-
- I'll be happy to reply.
-
- Have fun using it.